home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
COMM
/
K9X.ARJ
/
K9X2.LZH
/
KERMIT.BAT
< prev
next >
Wrap
DOS Batch File
|
1988-12-18
|
253b
|
6 lines
echo off
rem Command line is KERMIT direction port speed filename
rem where direction is R or S... port is 1 or 2
if %1 == R pckermit -l com%2 -b %3 -m 31 -p n -r -a %4 -c
if not %1 == R pckermit -l com%2 -b %3 -m 31 -p n -w -s %4 -c